-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Clean up ESLint warnings in packages/notifications #1194
Chore: Clean up ESLint warnings in packages/notifications #1194
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🍷 🍺 🍻
since making PR related to
as described here: https://github.com/hyperjumptech/monika/tree/main/packages/notification#releasing |
Conflicts: src/components/config/index.ts src/components/probe/prober/mariadb/request.ts src/symon/index.test.ts
839087c
to
4a16b14
Compare
Bumped on #1202 |
Monika Pull Request (PR)
What feature/issue does this PR add
packages/notifications
directoryany
How did you implement / how did you fix it
catch (error: any)
clause tocatch(error: unknown)
unknown
typeHow to test
npm test
npm pack && npm i -g hyperjumptech-monika-*.tgz
monika